encoding/json.encodeState.reflectValue (method)

3 uses

	encoding/json (current package)
		encode.go#L309: 	e.reflectValue(reflect.ValueOf(v), opts)
		encode.go#L332: func (e *encodeState) reflectValue(v reflect.Value, opts encOpts) {
		encode.go#L680: 	e.reflectValue(v.Elem(), opts)